MockDeviceWrapper
class MockDeviceWrapper(val name: String?, val identifier: Identifier, val bondState: DeviceWrapper.BondState, setupMocks: Boolean = true) : DeviceWrapper
Constructors
Link copied to clipboard
constructor(name: String?, identifier: Identifier, bondState: DeviceWrapper.BondState, setupMocks: Boolean = true)
Properties
Link copied to clipboard
Link copied to clipboard
val connectGattMock: MethodMock<TripleParameters.Matchers<context: Context, autoConnect: Boolean, callback: BluetoothGattCallback>, TripleParameters.MatchersOrCaptor<context: Context, autoConnect: Boolean, callback: BluetoothGattCallback>, TripleParameters.Values<context: Context, autoConnect: Boolean, callback: BluetoothGattCallback>, TripleParameters<context: Context, autoConnect: Boolean, callback: BluetoothGattCallback>, BluetoothGattWrapper>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
open override fun connectGatt(context: Context, autoConnect: Boolean, callback: BluetoothGattCallback): BluetoothGattWrapper
Link copied to clipboard
Link copied to clipboard